home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mmpgpm11.lha / MM_PGPManager.cfg < prev    next >
Text File  |  1996-05-14  |  1KB  |  85 lines

  1. ;
  2. ;
  3. ; Config file for MM_PGPManager 0.9 and above ...
  4. ;
  5. ;
  6. ; Not that there has to be one and MUST NOT be more than on space
  7. ; behind the keyword !!!
  8. ;
  9. ;
  10.  
  11.  
  12.  
  13. ; the sysop´s user id
  14. #SYSOPID Joe User <user@What.Do.I.know>
  15. ;        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ change me !!
  16.  
  17.  
  18.  
  19.  
  20. ;
  21. ; Internal settings, only change if you know what you are doing !
  22. ;
  23. ;
  24.  
  25.  
  26. ; tempfile, e.g. T:Temp
  27. #TEMPFILE T:MM_PGPM.tmp
  28.  
  29. ; outputfile for pgp, if possible don´t change this !
  30. #OUTPUT T:Output
  31.  
  32.  
  33.  
  34.  
  35.  
  36. ;
  37. ; pgp commands:
  38. ;
  39. ; I suggest you only to change the paths and the CON: window !
  40. ;
  41. ;
  42. ; I use (e.g.):
  43. ;
  44. ; #PGP_READ work:tools/misc/PGPAmiga/PGP <>KCON:0/11/500/245/PGP/SCREENMail -m
  45. ;
  46. ;
  47.  
  48.  
  49. ; Display text
  50. #PGP_READ PGP <>CON:0/11/500/245/PGPManager -m
  51.  
  52. ; Crypt text
  53. #PGP_WRITE PGP <>CON:0/11/500/245/PGPManager -eat
  54.  
  55. ; Crypt & sign text
  56. #PGP_WRITE_SIGN PGP <>CON:0/11/500/245/PGPManager -seat
  57.  
  58. ; Sign text
  59. #PGP_SIGN PGP <>CON:0/11/500/245/PGPManager -sat
  60.  
  61. ; Write public key into file
  62. #PGP_KEYADD PGP <>CON:0/11/500/245/PGPManager -kxat
  63.  
  64. ; Add public keys into ring.
  65. #PGP_GETKEYS PGP <>CON:0/11/500/245/PGPManager -ka
  66.  
  67. ; Decrypt text into file.
  68. #PGP_SAVE PGP <>CON:0/11/500/245/PGPManager -d
  69.  
  70. ; Decrypt text into file (binary!).
  71. #PGP_GETFILE PGP <>CON:0/11/500/245/PGPManager -p
  72.  
  73. ; Crypt a file (binary!) into text (ascii!).
  74. #PGP_PUTFILE PGP <>CON:0/11/500/245/PGPManager -ea
  75.  
  76. ; Remove signature from text.
  77. #PGP_REMOVE PGP <>CON:0/11/500/245/PGPManager -b
  78.  
  79. ; List public key ring.
  80. #PGP_LISTKEYS PGP -kv
  81.  
  82.  
  83. ;
  84. ; (The end.)
  85.